Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGElementInstanceList

Properties
unsigned long
length
The number of SVGElementInstance objects in the list. The range of valid child indices is 0 to length-1 inclusive.
Operations
SVGElementInstance
item(unsigned long index)
Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null. Parametersunsigned long index Index into the collection. Returns The SVGElementInstance object at the indexth position in the SVGElementInstanceList, or null if that is not a valid index.
Referenced by
SVGElementInstancechildNodes